summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/gsec.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/gsec.js b/js/gsec.js
index d06b409..d60dd36 100644
--- a/js/gsec.js
+++ b/js/gsec.js
@@ -82,6 +82,7 @@ class gsec {
},
crossDomain: true,
url: getUrl,
+ cache: false,
type: "GET",
dataType: "html",
success: (data, textStatus, request) => {
@@ -134,6 +135,7 @@ class gsec {
url: GSE_URL + "WS_Gim/wsGimSisUtils.asmx/GetSessionData",
type: "POST",
dataType: "json",
+ cache: false,
contentType: "application/json",
data: "{}",
processData: false,
@@ -172,6 +174,7 @@ class gsec {
type: "POST",
dataType: "json",
contentType: "application/json",
+ cache: false,
data: JSON.stringify({
"aIdOsebeRe": "",
"aIdSolskoLeto": Number(letnica).toString(),
@@ -336,6 +339,7 @@ class gsec {
url: GSE_URL + "Page_Gim/Uporabnik/Sporocila.aspx/DeleteMessage",
type: "POST",
dataType: "json",
+ cache: false,
contentType: "application/json",
data: JSON.stringify({
"aIdSporocilo": id.split("|")[0],